home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / gzmore.z / gzmore
Text File  |  1998-10-20  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4. GGGGZZZZMMMMOOOORRRREEEE((((1111))))                                                            GGGGZZZZMMMMOOOORRRREEEE((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      gzmore - file perusal filter for crt viewing of compressed text
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ggggzzzzmmmmoooorrrreeee [ name ...  ]
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _G_z_m_o_r_e is a filter which allows examination of compressed or plain text
  16.      files one screenful at a time on a soft-copy terminal.  _g_z_m_o_r_e works on
  17.      files compressed with _c_o_m_p_r_e_s_s, _p_a_c_k or _g_z_i_p, and also on uncompressed
  18.      files.  If a file does not exist, _g_z_m_o_r_e looks for a file of the same
  19.      name with the addition of a .gz, .z or .Z suffix.
  20.  
  21.      _G_z_m_o_r_e normally pauses after each screenful, printing --More-- at the
  22.      bottom of the screen.  If the user then types a carriage return, one more
  23.      line is displayed.  If the user hits a space, another screenful is
  24.      displayed.  Other possibilities are enumerated later.
  25.  
  26.      _G_z_m_o_r_e looks in the file /_e_t_c/_t_e_r_m_c_a_p to determine terminal
  27.      characteristics, and to determine the default window size.  On a terminal
  28.      capable of displaying 24 lines, the default window size is 22 lines.  To
  29.      use a pager other than the default _m_o_r_e, set environment variable PAGER
  30.      to the name of the desired program, such as _l_e_s_s.
  31.  
  32.      Other sequences which may be typed when _g_z_m_o_r_e pauses, and their effects,
  33.      are as follows (_i is an optional integer argument, defaulting to 1) :
  34.  
  35.      _i<space>
  36.           display _i more lines, (or another screenful if no argument is given)
  37.  
  38.      ^D   display 11 more lines (a ``scroll'').  If _i is given, then the
  39.           scroll size is set to _i.
  40.  
  41.      d    same as ^D (control-D)
  42.  
  43.      _iz   same as typing a space except that _i, if present, becomes the new
  44.           window size.  Note that the window size reverts back to the default
  45.           at the end of the current file.
  46.  
  47.      _is   skip _i lines and print a screenful of lines
  48.  
  49.      _if   skip _i screenfuls and print a screenful of lines
  50.  
  51.      q or Q
  52.           quit reading the current file; go on to the next (if any)
  53.  
  54.      e or q
  55.           When the prompt --More--(Next file: _f_i_l_e) is printed, this command
  56.           causes zmore to exit.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. GGGGZZZZMMMMOOOORRRREEEE((((1111))))                                                            GGGGZZZZMMMMOOOORRRREEEE((((1111))))
  71.  
  72.  
  73.  
  74.      s    When the prompt --More--(Next file: _f_i_l_e) is printed, this command
  75.           causes zmore to skip the next file and continue.
  76.  
  77.      =    Display the current line number.
  78.  
  79.      _i/expr
  80.           search for the _i-th occurrence of the regular expression _e_x_p_r.  If
  81.           the pattern is not found, _z_m_o_r_e goes on to the next file (if any).
  82.           Otherwise, a screenful is displayed, starting two lines before the
  83.           place where the expression was found.  The user's erase and kill
  84.           characters may be used to edit the regular expression.  Erasing back
  85.           past the first column cancels the search command.
  86.  
  87.      _in   search for the _i-th occurrence of the last regular expression
  88.           entered.
  89.  
  90.      !command
  91.           invoke a shell with _c_o_m_m_a_n_d. The character `!' in "command" are
  92.           replaced with the previous shell command.  The sequence "\!" is
  93.           replaced by "!".
  94.  
  95.      :q or :Q
  96.           quit reading the current file; go on to the next (if any) (same as q
  97.           or Q).
  98.  
  99.      .    (dot) repeat the previous command.
  100.  
  101.      The commands take effect immediately, i.e., it is not necessary to type a
  102.      carriage return.  Up to the time when the command character itself is
  103.      given, the user may hit the line kill character to cancel the numerical
  104.      argument being formed.  In addition, the user may hit the erase character
  105.      to redisplay the --More-- message.
  106.  
  107.      At any time when output is being sent to the terminal, the user can hit
  108.      the quit key (normally control-\).  _Z_m_o_r_e will stop sending output, and
  109.      will display the usual --More-- prompt.  The user may then enter one of
  110.      the above commands in the normal manner.  Unfortunately, some output is
  111.      lost when this is done, due to the fact that any characters waiting in
  112.      the terminal's output queue are flushed when the quit signal occurs.
  113.  
  114.      The terminal is set to _n_o_e_c_h_o mode by this program so that the output can
  115.      be continuous.  What you type will thus not show on your terminal, except
  116.      for the / and !  commands.
  117.  
  118.      If the standard output is not a teletype, then _g_z_m_o_r_e acts just like
  119.      _z_c_a_t, except that a header is printed before each file.
  120.  
  121. FFFFIIIILLLLEEEESSSS
  122.      /etc/termcap        Terminal data base
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. GGGGZZZZMMMMOOOORRRREEEE((((1111))))                                                            GGGGZZZZMMMMOOOORRRREEEE((((1111))))
  137.  
  138.  
  139.  
  140. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  141.      more(1), gzip(1), gzdiff(1), gzgrep(1), gznew(1), gzforce(1), gzexe(1)
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.